border-image: fix a horizontal/vertical index typo
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 21:05:27 +0000 (17:05 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 9 Jun 2011 21:06:00 +0000 (17:06 -0400)
gtk/gtkborderimage.c

index b6cf778a942b28c522811078280656bf1184f253..f259310c8fd1bb2e5247a80e8f14c85a3bf7101f 100644 (file)
@@ -425,7 +425,7 @@ _gtk_border_image_render (GtkBorderImage   *image,
       for (h = 0; h < 3; h++)
         {
           if (horizontal_slice[h].size == 0 ||
-              horizontal_border[v].size == 0)
+              horizontal_border[h].size == 0)
             continue;
 
           if (h == 1 && v == 1)